@media print { 
	html {
		padding: 0px !important;
		visibility: hidden;
		font-size: 14px !important;
		color: #000;
		box-shadow: none !important;

	}
	a, p, ul, li {
		color: #000;
		font-size: 14px !important;
	}
	#header {
		margin-top: 0px;
		visibility: visible;
	}
	#print, hr, #left_menu, #right_menu, #navigation, #logo_info, #nomer_sro, #full_reestr, #save_doc, #reestr_finder {
		display: none;
		position: fixed;
		height: 0;
		width: 0;
	}

	#content, #first_content {
		top: -20px;
		position: relative;
		white-space: pre-line;
		font-size: 14px !important;
		visibility: visible;
		box-shadow: none !important;
	}
	h2 {
		margin-bottom: -100px;
	}
}

